func runtime.userArenaHeapBitsSetType

3 uses

	runtime (current package)
		arena.go#L497: 			userArenaHeapBitsSetType(typ, ptr, s.base())
		arena.go#L528: func userArenaHeapBitsSetType(typ *_type, ptr unsafe.Pointer, base uintptr) {
		arena.go#L628: 		userArenaHeapBitsSetType(typ, add(ptr, uintptr(i)*typ.Size_), base)